PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedTextBlock Class / PDFFormattedTextBlock Constructor / PDFFormattedTextBlock Constructor(String,PDFFont)
Initial text.
For used for displaying the text.
In This Topic
    PDFFormattedTextBlock Constructor(String,PDFFont)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFFormattedTextBlock( 
       java.lang.String text,
       PDFFont font
    )

    Parameters

    text
    Initial text.
    font
    For used for displaying the text.
    See Also